@charset "utf-8";
/* CSS Document */
.marqueeleft{
    height:auto;
    width:100%;
    overflow:hidden;
    margin:auto;
	margin-top:30px;
}
.marqueeleft ul{
    float:left;
}
.marqueeleft li{
    float:left;
    margin-right:15px;
    display:inline;
    width:auto;
    height:230px;
    overflow:hidden;
}
.marqueeleft li .img{
    width: auto;
    height: 220px;
    overflow: hidden;
}
.marqueeleft li .img img{
    width: auto;
    height: 220px;
    transition:all 0.4s ease-in-out;
}
.marqueeleft li:hover .img img{
    transform: scale(1.1);
}

.marqueeleft li p{
    width: auto;
    height: 60px;
    background: #4e70c3;
    text-align: center;
    line-height: 66px;
    font-size: 16px;
    color: #ffffff;
    transition:all 0.3s ease-in-out;
	line-height:60px;
}
.marqueeleft li:hover p{
    background: #ff9600;
}
